runtime.unwinder.next (method)

8 uses

	runtime (current package)
		heapdump.go#L375: 	for u.initAt(pc, sp, lr, gp, 0); u.valid(); u.next() {
		mbitmap.go#L1907: 		for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
		mgcmark.go#L924: 	for u.init(gp, 0); u.valid(); u.next() {
		panic.go#L957: 			u.next()
		stack.go#L975: 	for u.init(gp, 0); u.valid(); u.next() {
		traceback.go#L440: func (u *unwinder) next() {
		traceback.go#L623: 	for ; n < len(pcBuf) && u.valid(); u.next() {
		traceback.go#L967: 	for ; u.valid(); u.next() {